projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11c3dc
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 May 1994 20:03:45 +0000
(20:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 May 1994 20:03:45 +0000
(20:03 +0000)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index b24dfd50b846460cb19f0a9773166c7de0573111..634cdf662fd7eedc45d4324fb42beb6fe88bc99e 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-23,7
+23,7
@@
;;; Commentary;:
-;; This code helps GNU Emacs maintainers keep the
autoload
.el file up to
+;; This code helps GNU Emacs maintainers keep the
loaddefs
.el file up to
;; date. It interprets magic cookies of the form ";;;###autoload" in
;; lisp source files in various useful ways. To learn more, read the
;; source; if you're going to use this, you'd better be able to.